Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
C# by API
1) Microsoft Win32
2) System
3) System Collections
4) System Collections Generic
5) System Collections Specialized
6) System Componentmodel
7) System Configuration
8) System Data
9) System Data Common
10) System Data Linq
11) System Data Odbc
12) System Data Oledb
13) System Data Sql
14) System Data Sqlclient
15) System Diagnostics
16) System Directoryservices
17) System Drawing
18) System Drawing Drawing2d
19) System Drawing Imaging
20) System Drawing Printing
21) System Drawing Text
22) System Enterpriseservices
23) System Globalization
24) System IO
25) System IO Compression
26) System IO Isolatedstorage
27) System IO Ports
28) System Linq
29) System Management
30) System Media
31) System Messaging
32) System Net
33) System Net Mail
34) System Net Networknformation
35) System Net Sockets
36) System Reflection
37) System Resources
38) System Runtime
39) System Runtime Compilerservices
40) System Runtime Interopservices
41) System Runtime Remoting
42) System Runtime Remoting Channels
43) System Runtime Remoting Channels Http
44) System Runtime Remoting Messaging
45) System Runtime Serialization
46) System Runtime Serialization Formatters Binary
47) System Runtime Serialization Formatters Soap
48) System Security
49) System Security Accesscontrol
50) System Security Cryptography
51) System Security Cryptography X509certificates
52) System Security Permissions
53) System Security Policy
54) System Security Principal
55) System Serviceprocess
56) System Text
57) System Text Regularexpressions
58) System Threading
59) System Timers
60) System Web Security
61) System Web Services
62) System Windows Controls
63) System Windows Forms
64) System Xml
65) System Xml Linq
66) System Xml Schema
67) System Xml Serialization
68) System Xml Xpath
69) System Xml Xsl
System
1) Activator CreateInstance(Type classType)
2) AppDomain CreateDomain
3) AppDomain CreateInstance
4) AppDomain CreateInstanceAndUnwrap
5) AppDomain CreateInstanceFromAndUnwrap
6) AppDomain CurrentDomain
7) AppDomain CurrentDomain FriendlyName
8) AppDomain DefineDynamicAssembly
9) AppDomain DoCallBack
10) AppDomain DomainUnload
11) AppDomain FriendlyName
12) AppDomain GetAssemblies
13) AppDomain GetData
14) AppDomain OnUnhandledException
15) AppDomain ProcessExit
16) AppDomain SetData
17) AppDomain SetPrincipalPolicy
18) AppDomain Unload
19) AppDomainSetup ApplicationBase
20) AppDomainSetup ConfigurationFile
21) AppDomainSetup PrivateBinPath
22) Array AsReadOnly
23) Array BinarySearch
24) Array Clone
25) Array ConvertAll
26) Array Copy
27) Array CopyTo
28) Array Count
29) Array CreateInstance
30) Array Exists
31) Array Find
32) Array FindAll
33) Array ForEach
34) Array GetEnumerator()
35) Array GetLength()
36) Array GetLowerbound
37) Array GetUpperBound
38) Array IndexOf
39) Array LastIndexOf
40) Array Length
41) Array Rank
42) Array Resize
43) Array Reverse
44) Array Reverse(nums, 1, 3)
45) Array Sort
46) Array Sort(names, Comparer DefaultInvariant)
47) Array SyncRoot
48) Attribute GetCustomAttribute
49) Attribute GetCustomAttribute(Type t, Type tR)
50) Attribute Remove()
51) Attribute Value
52) AttributeTargets All
53) AttributeTargets Class
54) AttributeTargets Struct
55) AttributeUsage(AttributeTargets)
56) BitConverter GetBytes
57) BitConverter ToBoolean
58) BitConverter ToInt32
59) BitConverter ToString
60) Boolean FalseString
61) Boolean Parse(String value)
62) Char IsControl
63) Char IsDigit
64) Char IsLetter
65) Char IsLower
66) Char IsPunctuation
67) Char IsSeparator
68) Char IsSymbol
69) Char IsUpper
70) Char IsWhiteSpace
71) Char MaxValue
72) Char MinValue
73) Char Parse(String value)
74) Char ToUpper
75) Console BackgroundColor
76) Console Beep()
77) Console Beep(200, 300)
78) Console BufferHeight
79) Console BufferWidth
80) Console Clear()
81) Console CursorLeft
82) Console CursorSize
83) Console CursorTop
84) Console CursorVisible
85) Console ForegroundColor
86) Console In
87) Console Out
88) Console Read()
89) Console ReadLine()
90) Console ResetColor()
91) Console SetOut
92) Console SetWindowSize
93) Console Title
94) Console Write
95) Console WriteLine
96) ConsoleColor Red
97) ConsoleKey Backspace
98) ConsoleKey Escape
99) ConsoleKey F1
100) ConsoleKeyInfo Key
101) ConsoleKeyInfo KeyChar
102) ConsoleKeyInfo Modifiers
103) ConsoleModifiers Alt
104) Convert ChangeType
105) Convert FromBase64CharArray
106) Convert FromBase64String
107) Convert ToBase64CharArray
108) Convert ToBase64String
109) Convert ToInt32
110) Convert ToUInt32
111) DateTime - TimeSpan
112) DateTime Add(TimeSpan)
113) DateTime AddSeconds
114) DateTime AddYears
115) DateTime Compare(DateTime first, DateTime second)
116) DateTime Date
117) DateTime DateTime
118) DateTime DayOfWeek
119) DateTime DaysInMonth
120) DateTime Equals(DateTime dt)
121) DateTime Equals(DateTime first, DateTime second)
122) DateTime FromFileTime
123) DateTime IsDaylightSavingTime()
124) DateTime IsLeapYear
125) DateTime MaxValue
126) DateTime Millisecond
127) DateTime Now
128) DateTime Parse
129) DateTime ParseExact
130) DateTime Second
131) DateTime Subtract(TimeSpan t)
132) DateTime Ticks
133) DateTime TimeOfDay
134) DateTime Today
135) DateTime ToFileTime
136) DateTime ToLongDateString()
137) DateTime ToLongTimeString()
138) DateTime ToShortDateString()
139) DateTime ToShortTimeString()
140) DateTime ToString(String format)
141) DateTime ToString(String format, CultureInfo ci)
142) DateTime UtcNow
143) DateTime Year
144) DateTimeKind Utc
145) DateTimeOffset Offset
146) DayOfWeek Friday
147) Decimal MaxValue
148) Decimal MinValue
149) DivideByZeroException Message
150) Double Parse
151) Double ToString(CultureInfo ci)
152) Double ToString(String format, CultureInfo info)
153) Enum Format()
154) Enum GetNames
155) Enum GetUnderlyingType()
156) Enum IsDefined
157) Enum Parse
158) Environment CommandLine
159) Environment CurrentDirectory
160) Environment ExpandEnvironmentVariables()
161) Environment GetCommandLineArgs()
162) Environment GetEnvironmentVariable(String key)
163) Environment GetEnvironmentVariables()
164) Environment GetFolderPath
165) Environment GetLogicalDrives()
166) Environment HasShutdownStarted
167) Environment MachineName
168) Environment NewLine
169) Environment OSVersion
170) Environment SpecialFolder
171) Environment StackTrace
172) Environment SystemDirectory
173) Environment TickCount
174) Environment UserDomainName
175) Environment UserInteractive
176) Environment UserName
177) Environment Version
178) Environment WorkingSet
179) Exception HelpLink
180) Exception Source
181) Exception TargetSite
182) Extends ApplicationException
183) Extends Attribute
184) Extends EventArgs
185) Extends Exception
186) FormatException Message
187) GC AddMemoryPressure
188) GC GetGeneration
189) GC GetTotalMemory
190) GC MaxGeneration
191) GC RemoveMemoryPressure
192) Guid NewGuid()
193) IADs Get
194) IADs GetEx
195) IAsyncResult IsCompleted
196) Implement IComparable
197) Implements ICloneable
198) Implements ICustomFormatter
199) Implements IDisposable
200) Implements IEquatable
201) Implements IFormattable
202) IndexOutOfRangeException Message
203) Int32 == Int32
204) Int32 Equals(23)
205) Int32 GetHashCode
206) Int32 GetType()
207) Int32 Parse(String value)
208) Int32 ToString
209) Int32 ToString(String format,CultureInfo info)
210) InvalidCastException Message
211) Math Abs
212) Math Cos()
213) Math Min
214) Math PI
215) Math Round
216) Math Sign
217) Math Sin()
218) Math Sqrt
219) Math Tan()
220) New AppDomainSetup()
221) New ArgumentException()
222) New DateTime
223) New DateTime(0)
224) New DateTime(year, month, day, hour, minute, second, millisecond)
225) New EventHandler()
226) New Guid
227) New IntPtr
228) New String(char[] charArray)
229) New Timer()
230) New TimeSpan(days, hours, minutes, seconds)
231) New TimeSpan(days, hours, minutes, seconds, milliseconds
232) New TimeSpan(ticks)
233) Object GetType()
234) Obsolete(String name)
235) Random Next()
236) Random Next(range)
237) Random NextDouble()
238) SByte MaxValue
239) SByte MinValue
240) Single MaxValue
241) Single MinValue
242) Single Parse
243) StackOverflowException Message
244) String == String
245) String Compare(String value1, String value2)
246) String Compare(String value1, String value2, boolean case)
247) String Concat(String value1, String value2)
248) String Contains
249) String Copy(String value)
250) String Empty
251) String EndsWith()
252) String Equals(String aString)
253) String Format(String format, Float aFloat)
254) String IndexOf
255) String IndexOfAny(char[] myChars)
256) String Insert(int index, String value)
257) String Join(String join, String value)
258) String LastIndexOf
259) String LastIndexOfAny(char[] myChars)
260) String Length
261) String PadLeft(int len)
262) String PadLeft(int len, char ch)
263) String PadRight(int len)
264) String PadRight(int len, char ch)
265) String Remove(int start, int end)
266) String Replace(char ch, char ch2)
267) String Replace(String value1, String value2)
268) String Split(String splittor)
269) String StartsWith()
270) String SubString(int pos)
271) String SubString(int start,)
272) String ToCharArray
273) String ToCharArray(int start,)
274) String ToLower()
275) String ToUpper()
276) String Trim()
277) String TrimEnd()
278) String TrimStart()
279) TimeSpan + TimeSpan
280) TimeSpan Add(TimeSpan ts)
281) TimeSpan Duration()
282) TimeSpan FromDays
283) TimeSpan Milliseconds
284) TimeSpan Negate()
285) TimeSpan Parse
286) TimeSpan Subtract(TimeSpan ts)
287) TimeSpan TicksPerDay
288) TimeSpan TotalDays
289) TimeZone CurrentTimeZone
290) TimeZone DaylightName
291) TimeZone GetDaylightChanges
292) TimeZone GetUtcOffset
293) TimeZone IsDaylightSavingTime
294) TimeZone StandardName
295) Type BaseType
296) Type ContainsGenericParameters
297) Type FullName
298) Type GetConstructor
299) Type GetCustomAttributes
300) Type GetEvents()
301) Type GetFields()
302) Type GetGenericArguments()
303) Type GetGenericTypeDefinition()
304) Type GetInterfaces()
305) Type GetMethod(String methodName)
306) Type GetMethods()
307) Type GetProperties()
308) Type GetType(String typeName)
309) Type GetType(String typeName, true)
310) Type GetType(String typeName, true, true)
311) Type IsAbstract
312) Type IsClass
313) Type IsCOMObject
314) Type IsEnum
315) Type IsGenericTypeDefinition
316) Type IsSealed
317) Type MakeGenericType
318) Type Name
319) Type ReflectionOnlyGetType
320) Type UnderlyingSystemType
321) UInt16 GetType()
322) UInt16 MaxValue
323) UInt16 MinValue
324) UInt16 ToString()
325) UInt32 MinValue
326) UInt64 MaxValue
327) Version Major